home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 008a / apcal310.zip / AUTOLARC.BAT < prev   
DOS Batch File  |  1991-12-21  |  2KB  |  37 lines

  1. echo off
  2. cls
  3. echo The next step is to change to the drive and directory containing the
  4. echo software.  If you used the installation command suggested at the
  5. echo beginning of this install then type the following commands at a DOS
  6. echo prompt.
  7. echo    C:
  8. echo    CD \APCAL
  9. echo If you installed the software to a different path these commands must
  10. echo be changed accordingly.
  11. echo -----
  12. echo Then you should run the setup program (if you are installing to a hard
  13. echo disk) which will modify your AUTOEXEC.BAT to load the alarm handler.
  14. echo It displays the lines that need to be modified and will make the
  15. echo modifications if you request it to.  To run the setup program type the
  16. echo following command.
  17. echo    APSETUP
  18. echo The manual contains information on running this software on systems with
  19. echo no hard disk and more information on the setup program.  The next
  20. echo paragraph describes how to print the manual.
  21. echo -----
  22. pause
  23. cls
  24. echo To run the main program type the following command.
  25. echo    apcal
  26. echo A copyright screen will display briefly and then the shareware registra-
  27. echo tion screen.  To print the manual for this software press the down arrow
  28. echo key twice to highlight "Print Manual" and press Enter.  If you simply
  29. echo want to continue on to the rest of the program highlight "Continue" and
  30. echo press Enter.
  31. echo -----
  32. echo The "Getting Started" section of the manual gives a quick overview of the
  33. echo program.  The sections following the "Getting Started" section detail the
  34. echo features of the program.
  35. echo -----
  36. pause
  37.